Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 5,434 for

file viewer

(0.06 sec)
  1. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Redaction for Java since version 19.6: Redactor class introduced as a single entry point to manage the document redaction process (instead of Documentclass from previous versions). Methods redactWith() of the Document class were replaced with similar apply() methods in Redactor class. Method Document.save(OutputStream, SaveOptions) was replaced with Redactor.save(OutputStream, RasterizationOptions). Constructor LoadOptions(DocumentFormatConfiguration) was removed....Viewer Product Solution GroupDocs...Old coding style // Load the file Document doc = Redactor . load...

    docs.groupdocs.com/redaction/java/migration-notes/
  2. Traverse a whole metadata tree | Documentation

    This article explains that the GroupDocs.Metadata represents any loaded File as a tree consisting of metadata properties and nested metadata packages. You can easily iterate through the metadata tree...Viewer Product Solution GroupDocs...Metadata represents any loaded file as a tree consisting of metadata...

    docs.groupdocs.com/metadata/net/traverse-a-whol...
  3. Adding image watermarks | Documentation

    GroupDocs.Watermar API supports adding the following image File types as image watermark: Bmp; Png; Gif; Jpeg. Add image watermark from local File Following code snippet shows how to add ImageWatermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_image_watermarks.AddImageWatermark // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation....Viewer Product Solution GroupDocs...supports adding the following image file types as image watermark: Bmp;...

    docs.groupdocs.com/watermark/java/adding-image-...
  4. How to Compare Word Documents using Java

    This short tutorial describes the process to compare Word documents using Java and provides complete information on writing Java code to compare two Word documents....Viewer Product Family GroupDocs.Comparison...functionality to compare Word files in Java Instantiate Comparer...

    kb.groupdocs.com/comparison/java/how-to-compare...
  5. Customize changes styles | Documentation

    Following this guide you will learn how to customize document comparison report and modify appearance of detected changes when use GroupDocs.Comparison for .NET....Viewer Product Solution GroupDocs...Comparer comparer = new Comparer ( File . OpenRead ( "source.docx" )))...

    docs.groupdocs.com/comparison/net/customize-cha...
  6. Convert contents of RAR or ZIP to different for...

    Learn how to convert contents of RAR/ZIP archives to a different format based on content type using GroupDocs.Conversion for .NET....Viewer Product Solution GroupDocs...to convert each constituent file of a RAR archive into a PDF...

    docs.groupdocs.com/conversion/net/convert-conte...
  7. How to Convert ODT to JPG using Java

    In this topic, we will discover how to convert ODT to JPG using Java without installing additional software installations along with code to export ODT to JPG in Java....Viewer Product Family GroupDocs.Comparison...an ODT (Open Document Text) file and desire to convert it to...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. How to Convert HTML to DOCX using C#

    This article provides guidance on how to convert HTML to DOCX using C#. It also includes code example to export HTML to DOCX in C# on various operating systems....Viewer Product Family GroupDocs.Comparison...quickly and easily convert HTML files to DOCX format. The following...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. Edit document | Documentation

    Follow this guide and learn how to edit text documents, spreadsheets and presentations using GroupDocs.Editor for .NET API features....Viewer Product Solution GroupDocs...edit CSV file How to edit XML file How to edit e-Book file Edit text...

    docs.groupdocs.com/editor/net/edit-document/
  10. How to Convert PNG to JPG using Java

    Learn the complete workflow of how to convert PNG to JPG using Java and how to implement this guide for the development of the Java convert PNG to JPG application....Viewer Product Family GroupDocs.Comparison...the input PNG file for transforming to a JPG file Create an instance...

    kb.groupdocs.com/conversion/java/how-to-convert...